* configure.ac (CFLAGS): Prefer -g3 to -g if -g3 works
authorPaul Eggert <eggert@cs.ucla.edu>
Sun, 26 Aug 2012 04:37:40 +0000 (21:37 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Sun, 26 Aug 2012 04:37:40 +0000 (21:37 -0700)
commit862b4f18d6c4ce02e34ca7173759b9ec195996fd
treeaeef3b9b85a20e7848cde4f654ee7cd325f43022
parentb2deb54150bf9b1570ca066e3cdc1c3e5b5a8587
* configure.ac (CFLAGS): Prefer -g3 to -g if -g3 works

and if the user has not specified CFLAGS.  -g3 simplifies
debugging, since it makes macros visible to the debugger.
ChangeLog
configure.ac